home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 9 / CorelDraw9 Disco 1.iso / Draw / Cont_rel / Contornos / dot_blu.csc < prev    next >
Text File  |  1998-11-23  |  448b  |  18 lines

  1. REM Favorite : Outline,Outline Style,Outline Width,Outline Arrow Head,Outline Arrow Tail
  2.  
  3. WITHOBJECT "CorelDraw.Automation.9"
  4.     .StartOfRecording 
  5.     .SuppressPainting 
  6.     .RecorderStorePreselectedObjects FALSE
  7.     .SetOutlineWidth 7056
  8.     .SetOutlineMiscProperties 2, 2, 0, 0, 100, 0, FALSE, FALSE
  9.     .StoreColor 2, 100, 100, 0, 0
  10.     .SetOutlineColor
  11.     .SetOutlineArrow 0
  12.     .SetOutlineArrow 1
  13.     .ResumePainting 
  14.     .EndOfRecording 
  15. END WITHOBJECT
  16.  
  17.  
  18.